home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / APPPAD.ARJ / APPPAD3.INI < prev    next >
INI File  |  1992-09-21  |  1KB  |  58 lines

  1. ;            INITIALIZATION FILE FOR APPLICATION PAD
  2.  
  3. [APPLICATIONS]     
  4. ; you have to specify the full path name for all applications and icon files
  5. ; format of entries is:  
  6. ;   Number=Windows Program;[Icon File];[Icon Number];[Starting Status]
  7. ;
  8. ; Starting status can be any of the following:
  9. ;       0 - normal
  10. ;       1 - minimized/iconized
  11. ;       2 - maximized
  12.  
  13. 1=c:\windows\notepad.exe;;0;0
  14. 2=c:\windows\pbrush.exe;;0;0
  15. 3=c:\windows\control.exe;;0;0
  16. 4=c:\windows\clipbrd.exe;;0;0
  17. 5=#others;c:\windows\progman.exe;0;0
  18.  
  19. [others]
  20. 1=c:\windows\progman.exe;;0;1
  21. 2=c:\windows\winhelp.exe;;0;0
  22. 3=c:\windows\pifedit.exe;;0;0
  23. 4=c:\windows\write.exe;;0;2
  24. 5=#applications;c:\windows\progman.exe;6;0
  25.  
  26. [startup]
  27. ; AppPad will automatically execute these programs about startup
  28. ; if it is the shell. The format of the entries is:
  29. ;   Number=Windows Program;[Starting Status]
  30. ;
  31. ; Starting status can be any of the following:
  32. ;       0 - normal
  33. ;       1 - minimized/iconized
  34. ;       2 - maximized
  35.  
  36. 1=c:\windows\winfile.exe;1
  37.  
  38. [settings]
  39. ; 1 for Left, 0 for Right
  40. position=0
  41.  
  42. ; 1-enable, 0-disable
  43. Clock=1
  44. ClockHour=12
  45. Eyes=1
  46. ActiveWindow=0
  47. OnTop=1
  48.  
  49. ; 0 -disable, otherwise in seconds to blank screen
  50. Sleep=3000
  51.  
  52. ;Group to start up AppPad with. Default is applications
  53. StartGroup=applications
  54.  
  55. ; TopOfPad & offset is used for saving last Pad position. Do not change them.
  56. TopOfPad=0
  57. offset=0
  58.